home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tpfast30.zip / INTRO.TXT < prev    next >
Text File  |  1990-09-26  |  3KB  |  72 lines

  1. Intro.Txt
  2.  
  3.                                TpFast.Pas
  4.                                ==========
  5.  
  6.           If you  are a serious  Pascal Programmer then  then youre
  7.           bound one day to say to your self " I'm  in  the need for
  8.           some speed ! ". The best way to do this is by programming
  9.           in Assembler.  Even  C programmers find they  need to use
  10.           assembler code to enhance its performance. I have written
  11.           several routines that  will help speed  up execution time
  12.           remarkably.
  13.  
  14.  
  15.  
  16.                FastBit.Asm    Mathematical Bit Manipulation
  17.                FastFile.Asm   File Manipulation Routines
  18.                FastGrp.Asm    Graphics and Crt Routines
  19.                FastKbd.Asm    Keyboard Handling Routines
  20.                FastScr.Asm    Screen Handling Routines
  21.                FastStr.Asm    String Manipulation Routines
  22.  
  23.  
  24.        The first edition of the xxx88_xx.Asm Routines  were written in
  25.        November 1988 but needed improvements in several areas and some
  26.        routines were  replaced by  the Run  time library  of  the  new
  27.        version of Turbo Pascal.
  28.  
  29.  
  30.  
  31.           I am using Turbo Assembler and Turbo Pascal, both Borland
  32.           products as I  believe  there is nothing  better  on  the
  33.           market !.
  34.  
  35.           All of these were tested with is Borlands Turbo Pascal 5.5
  36.           but i cannot give a warranty of any kind, either expressed
  37.           or implied. I only guarantee that this toolkit will occupy
  38.           diskspace.
  39.  
  40.           In no event shall Steven Lutrov be liable to you or anyone
  41.           else for any damages, including loss of profit, ill health
  42.           or  consequental  damages  arising  out   of  the  use  or
  43.           inability to use the program.
  44.  
  45.           This toolkit is released under the Shareware concept and is
  46.           NOT  Public Domain  or Freeware,  I  will  not  explain the
  47.           differences.
  48.  
  49.  
  50.           Any  further questions  can be  put to  me in writing or by
  51.           dialing my BBS.
  52.           The latest version of  TpFast can  also be  downloaded from
  53.           my BBS.
  54.  
  55.  
  56.  
  57.           Mail to -   Steven Lutrov.
  58.                       PO Box 466
  59.                       Essendon, VIC 3040
  60.                       Australia
  61.  
  62.           Or Phone -  BBS  (61-3-3011877) V21,V22,V22bis
  63.                       FIDO (3:635/534)
  64.  
  65.  
  66.  
  67.           Steven Lutrov is a member of The Melbourne PC User Group Inc.
  68.           Now that the legal stuff is over why  dont you check out the
  69.           goodies !
  70.  
  71.  
  72.